net/http.readWriteCloserBody.br (field)
7 uses
net/http (current package)
transport.go#L2477: body.br = br
transport.go#L2489: br *bufio.Reader // used until empty
transport.go#L2494: if b.br != nil {
transport.go#L2495: if n := b.br.Buffered(); len(p) > n {
transport.go#L2498: n, err = b.br.Read(p)
transport.go#L2499: if b.br.Buffered() == 0 {
transport.go#L2500: b.br = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |